home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_144 / analyticalc / readme.1st < prev    next >
Text File  |  1992-05-06  |  4KB  |  125 lines

  1. SETTING UP ANALYTICALC
  2.  
  3. These are the steps generally to get AnalytiCalc running on Amiga using
  4. the distribution disk. Assuming you have a two floppy system and a lot
  5. of memory (you need a megabyte to run the thing in any case, I believe),
  6. here are the steps. Comments are after the ; character.
  7.  
  8. ; place the AnalytiCalc distribution in df1:, a workbench disk (running
  9. ; under CLI) in DF0:
  10.  
  11. copy df1:Arc ram:
  12. Copy df1:AnalyKeypad.Arc ram:
  13. cd ram:
  14. arc -x df1:AnalyExecutable.Arc Analy
  15.  
  16. cd df0:
  17. ;
  18. ; Remove the disk from df1: and place a blank disk there,
  19. ; to become the working disk.
  20. ;
  21. Format drive df1: name AnalytiCalc
  22.  
  23. ; Now we copy things to the new disk.
  24. copy ram:#? df1:
  25. ;now free space
  26. del ram:#?
  27.  
  28. ; now de-archive what we need for a (minimal) working disk.
  29.  
  30. cd df1:
  31.  
  32. arc -x AnalyKeypad #?
  33.  
  34. ; This is now a usable system with the following steps:
  35.  
  36.  
  37. On a separate disk, de-archive the rest of the executable file
  38. archive's files, and read the documents there. Also de-archive the
  39. document archive and read the manual. Please. At least a once-over
  40. so the commands aren't a total surprise.
  41.  Then get and print out the cheat-sheet (analyclc.crd) for a quick reference
  42. to function and command names.
  43.  
  44.  
  45.  
  46.  
  47. USING ANALYTICALC
  48.  
  49.  
  50. ; Ensure that your screen is in INTERLACE mode.
  51.  
  52. ; Place the AnalytiCalc working disk in df1:
  53. Issue the following instructions:
  54.  
  55. Stack 25000
  56. ; If you have problems, try more. If memory is tight, try less. Don't
  57. ; use less stack than the default, but AnalytiCalc uses runtime heap
  58. ; for most storage, so stack may not have to be exceedingly large.
  59.  
  60. Copy #?.Cmd ram:
  61. ; Copies keypad files to ram: as needed
  62.  
  63. Assign dk: ram:
  64. ; Fixes the system up so when Analy looks for files on DK:, it'll
  65. ; find them. It's much faster to find keypad files on the ram: device
  66. ; and they occupy very little space.
  67. ;
  68. ; If you own FACC or FACC II and use disk based storage, it's a GOOD idea
  69. ; to run them to speed up Analy's disk access.
  70.  
  71. Analy
  72. ; Fire up the spreadsheet.
  73.  
  74. NOTES:
  75.  
  76. For most purposes, you will achieve good response by clicking into the
  77. lower window of the two created once AnalytiCalc starts and replying
  78. to the questions there as shown:
  79.  
  80. Change default floating format?  NO
  81. Title of spreadsheet: Anything you like is OK here
  82. Number rows used: 22
  83. Number columns used: 22
  84. Size of value file in K: 1
  85. Size of formula file in K: 1
  86.  
  87. (That is, type in
  88. N
  89. AnalytiCalc title   (or whatever...)
  90. 22
  91. 22
  92. 1
  93. 1
  94.  
  95. Now click into the top window and you should be in business. Note in the
  96. manual that the /; command goes into "enter-mostly" mode and that the
  97. // command goes back to command-mostly, the initial default. AnalytiCalc
  98. is NOT (repeat, ** NOT **) a 1-2-3, VisiCalc, or SuperCalc clone (and does
  99. a lot they never heard of :-) ) but has some command requirements.
  100.  
  101. Remember to pass the program around to all your friends!!!
  102. Feel free to add extra functions also. I would add that the whole
  103. Scientific Subroutine Package is available through DECUS in the
  104. VAX-LIB-1 tape (with comments too) in case you're looking for a source
  105. of about half a zillion statistical or heavy-duty math functions in the
  106. public domain. The code should compile with little or no change with
  107. the Absoft compiler (using -k -h options).
  108.  
  109.     To resize the screen, you use the size gadget first to resize
  110. the window (assuming you want it larger). Then use the S command and
  111. answer questions as asked. There is one question about length in lines
  112. of the display; it is intially 24 but should be given as a larger (or smaller)
  113. number to suit the size you've chosen. [By the way, if you just type the
  114. return key to most of these questions, sensible defaults or no changes
  115. are taken.] When the screen repaints you'll see the prompt and current
  116. contents lines moved. Now use the DB ncol,nrow command to reset the number
  117. of displayed rows/columns. 
  118.     For example if you say in the S command that you have a 45 line
  119. long display, it makes sense to use the
  120. DB 7,43
  121. command to display 7 columns and 43 rows (2 less than display length).
  122.  
  123.  
  124.  
  125.